home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / src / out-of-phase-102-c / OutOfPhase 1.02 Source / OutOfPhase Folder / TrackAttributeDialog.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-23  |  715 b   |  32 lines  |  [TEXT/KAHL]

  1. /* TrackAttributeDialog.h */
  2.  
  3. #ifndef Included_TrackAttributeDialog_h
  4. #define Included_TrackAttributeDialog_h
  5.  
  6. /* TrackAttributeDialog module depends on */
  7. /* MiscInfo.h */
  8. /* Audit */
  9. /* Debug */
  10. /* Definitions */
  11. /* Screen */
  12. /* Memory */
  13. /* Alert */
  14. /* TextEdit */
  15. /* SimpleButton */
  16. /* TrackObject */
  17. /* Main */
  18. /* WrapTextBox */
  19. /* Numbers */
  20. /* RadioButton */
  21. /* NoteObject */
  22.  
  23. /* forwards */
  24. struct TrackObjectRec;
  25.  
  26. /* this routine asks the user for the instrument name and track name associated */
  27. /* with a track.  It takes the track object as an argument, so it worries about */
  28. /* the updating and cancelling & all that. */
  29. void                                TrackAttributeDialog(struct TrackObjectRec* TheTrackThing);
  30.  
  31. #endif
  32.